[INFO] cloning repository https://github.com/sts10/fgift
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/sts10/fgift" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsts10%2Ffgift", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsts10%2Ffgift'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 04e8810b442733b287b7f73d9e4fa6909040f68a
[INFO] testing sts10/fgift against master#cced03bfd61a304243a34504618ecec86c17063f for pr-154065-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsts10%2Ffgift" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/sts10/fgift
[INFO] finished tweaking git repo https://github.com/sts10/fgift
[INFO] tweaked toml for git repo https://github.com/sts10/fgift written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/sts10/fgift on toolchain cced03bfd61a304243a34504618ecec86c17063f
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/sts10/fgift already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] af77da3b904cc3ee126785c9e706f26fc0a33aa300e7ca6bfa1beb94ef36caf7
[INFO] running `Command { std: "docker" "start" "-a" "af77da3b904cc3ee126785c9e706f26fc0a33aa300e7ca6bfa1beb94ef36caf7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "af77da3b904cc3ee126785c9e706f26fc0a33aa300e7ca6bfa1beb94ef36caf7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "af77da3b904cc3ee126785c9e706f26fc0a33aa300e7ca6bfa1beb94ef36caf7", kill_on_drop: false }`
[INFO] [stdout] af77da3b904cc3ee126785c9e706f26fc0a33aa300e7ca6bfa1beb94ef36caf7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 2849da23491430adbcce8b72ba18dc56c34b2240cdc83e4112403b8d89efb570
[INFO] running `Command { std: "docker" "start" "-a" "2849da23491430adbcce8b72ba18dc56c34b2240cdc83e4112403b8d89efb570", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.103
[INFO] [stderr]    Compiling quote v1.0.42
[INFO] [stderr]    Compiling unicode-ident v1.0.22
[INFO] [stderr]    Compiling libc v0.2.178
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling zerocopy v0.8.31
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling anstyle v1.0.13
[INFO] [stderr]    Compiling memchr v2.7.6
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]    Compiling clap_lex v0.7.6
[INFO] [stderr]    Compiling anstream v0.6.21
[INFO] [stderr]    Compiling csv-core v0.1.13
[INFO] [stderr]    Compiling clap_builder v4.5.53
[INFO] [stderr]    Compiling syn v2.0.111
[INFO] [stderr]    Compiling rand_core v0.9.3
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling rand v0.9.2
[INFO] [stderr]    Compiling csv v1.4.0
[INFO] [stderr]    Compiling clap_derive v4.5.49
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling clap v4.5.53
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling fgift v0.3.9 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.31s
[INFO] running `Command { std: "docker" "inspect" "2849da23491430adbcce8b72ba18dc56c34b2240cdc83e4112403b8d89efb570", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2849da23491430adbcce8b72ba18dc56c34b2240cdc83e4112403b8d89efb570", kill_on_drop: false }`
[INFO] [stdout] 2849da23491430adbcce8b72ba18dc56c34b2240cdc83e4112403b8d89efb570
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 8e25e3d7b22066ff389fa8f57a8a4ae0e20fa63a30109463d2d9be59855be4bc
[INFO] running `Command { std: "docker" "start" "-a" "8e25e3d7b22066ff389fa8f57a8a4ae0e20fa63a30109463d2d9be59855be4bc", kill_on_drop: false }`
[INFO] [stderr]    Compiling fgift v0.3.9 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.77s
[INFO] running `Command { std: "docker" "inspect" "8e25e3d7b22066ff389fa8f57a8a4ae0e20fa63a30109463d2d9be59855be4bc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8e25e3d7b22066ff389fa8f57a8a4ae0e20fa63a30109463d2d9be59855be4bc", kill_on_drop: false }`
[INFO] [stdout] 8e25e3d7b22066ff389fa8f57a8a4ae0e20fa63a30109463d2d9be59855be4bc
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 9ac7a1470eb2aa351a6cff323da72fea6cea8a497c9dfebb9922507909e780a0
[INFO] running `Command { std: "docker" "start" "-a" "9ac7a1470eb2aa351a6cff323da72fea6cea8a497c9dfebb9922507909e780a0", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.11s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/fgift-54c20d834bcae3b8)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/fgift-a7df939b8a955dde)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/integration-tests.rs (/opt/rustwide/target/debug/deps/integration_tests-323f425ac568191b)
[INFO] [stdout] 
[INFO] [stdout] running 15 tests
[INFO] [stdout] test integration_tests::chi_squared_test_cameron ... ignored
[INFO] [stdout] test integration_tests::chi_squared_test_manny ... ignored
[INFO] [stdout] test integration_tests::claire_gives ... ok
[INFO] [stdout] test integration_tests::can_read_json_file ... ok
[INFO] [stdout] test integration_tests::claire_gives_when_using_a_json_file ... ok
[INFO] [stdout] test integration_tests::can_fulfill_special_request ... ok
[INFO] [stdout] test integration_tests::no_repeat_receivers ... ok
[INFO] [stdout] test integration_tests::sufficiently_random_basic_test ... ok
[INFO] [stdout] test integration_tests::no_repeat_givers ... ok
[INFO] [stdout] test integration_tests::no_one_gives_to_own_family_member ... ok
[INFO] [stdout] test integration_tests::no_assignments_from_previous_years_are_given_specific ... ok
[INFO] [stdout] test integration_tests::no_assignments_from_previous_years_are_given_general ... ok
[INFO] [stdout] test integration_tests::everyone_gives_and_receives ... ok
[INFO] [stdout] test integration_tests::chi_squared_test_claire has been running for over 60 seconds
[INFO] [stdout] test integration_tests::chi_squared_test_phil has been running for over 60 seconds
[INFO] [stdout] test integration_tests::chi_squared_test_claire ... ok
[INFO] [stdout] test integration_tests::chi_squared_test_phil ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 13 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 86.84s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests fgift
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "9ac7a1470eb2aa351a6cff323da72fea6cea8a497c9dfebb9922507909e780a0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9ac7a1470eb2aa351a6cff323da72fea6cea8a497c9dfebb9922507909e780a0", kill_on_drop: false }`
[INFO] [stdout] 9ac7a1470eb2aa351a6cff323da72fea6cea8a497c9dfebb9922507909e780a0
